home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000428_news@newsmaster….columbia.edu _Wed Apr 15 15:31:37 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA05229
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 15 Apr 1998 15:31:37 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id PAA13478
  7.     for kermit.misc@watsun; Wed, 15 Apr 1998 15:31:36 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  9. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Help with Kermit95 Server
  12. Date: 15 Apr 1998 19:31:34 GMT
  13. Organization: Columbia University
  14. Lines: 38
  15. Message-ID: <6h31um$po3$1@apakabar.cc.columbia.edu>
  16. References: <3534FCD9.6CD79301@sonalysts.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8632
  19.  
  20. In article <3534FCD9.6CD79301@sonalysts.com>,
  21. Michael C. Smith <mcs@sonalysts.com> wrote:
  22. : Hi,
  23. : I am developing software that (among other things) performs automated
  24. : file transfer between two companies and I am using Kermit95 as my
  25. : communications package.  Basically, each system sits idle until a
  26. : connection is made from the other system, at which time the receiving
  27. : system goes into server mode.
  28. : Is there a way to detect (on the server side) failed or invalid login
  29. : attempts to the Kermit server?
  30. : Since the majority of connections will be automated, the companies
  31. : involved want some form of notification if someone attempts to connect
  32. : to the system using an invalid login/pwd.  My only other option is to
  33. : have the automated system send the login/pwd string twice: once for me
  34. : script to verify and once for remote login to the Kermit server.  Any
  35. : help on this will be greatly appreciated.
  36.  
  37. The LOG TRANSACTIONS command will log successful and failed login
  38. attempts.  However, if you need more than a single login ID then
  39. you will have to write a script to do the same thing.
  40.  
  41. Transaction Log: C-Kermit 6.1.193 Beta.02, 2 April 1998
  42.  SunOS 4.1
  43. Wed Apr 15 15:30:02 1998
  44.  
  45. Remote system type:  Windows-32
  46. Login failed bob
  47. Remote system type:  Windows-32
  48. Logged in jaltman
  49. Remote system type:  Windows-32
  50.  failed:
  51.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  52.                  The Kermit Project * Columbia University
  53.               612 West 115th St #716 * New York, NY * 10025
  54.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org